home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Tumbler and Podium / Tumbler_podium.h < prev    next >
Encoding:
Text File  |  1996-05-21  |  537 b   |  22 lines  |  [TEXT/MPS ]

  1. // Tumbler_podium.h -- this contains the podium specific routines for the Tumbler app
  2. //
  3. //
  4.  
  5.  
  6. #ifndef _Tumbler_PODIUM_H_
  7. #define _Tumbler_PODIUM_H_
  8.  
  9. #include <Events.h>
  10. #include "Tumbler_Document.h"
  11.  
  12. #define LeftTopHandle        1
  13. #define RightTopHandle        2
  14. #define LeftBottomHandle    3
  15. #define RightBottomHandle    4
  16.  
  17. void Podium_DoContent(DocumentPtr theDocument, EventRecord *theEvent) ;
  18. void Podium_DoBackgroundContent(DocumentPtr    theDocument, EventRecord *theEvent) ;
  19. void Podium_DoIdle(EventRecord *theEvent) ;
  20. void Podium_Init(void) ;
  21.  
  22. #endif